home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / util / time / SetDST.lha / SetDST-1.9 / C / CheckDST next >
Encoding:
Text File  |  2001-03-19  |  176 b   |  11 lines

  1. ; $VER: CheckDST 1.2
  2.  
  3. failat 21
  4.  
  5. search env:TZONE SEARCH="#?(+|-|%)[0-9]#?[a-z]#?" PATTERN >NIL:
  6. if warn
  7.  echo "Standard time is in effect"
  8. else
  9.  echo "DST is in effect"
  10. endif
  11.